home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / pro.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-11-02  |  138 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(8) or rollOver(9) or rollOver(10) then
  3.     cursor([29, 30])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.